home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / easyk110.zip / MSKERMIT.INI < prev    next >
Text File  |  1988-11-27  |  4KB  |  48 lines

  1. ; MSKERMIT.INI designed for EasyK by R.A. Elnicki, DIS, CBA, Univ. of Florida 1
  2. ;              Copyright 1987 by R.A. Elnicki                                 2
  3. ;                                                                             3
  4. run color 23 128                 ; Set white letters, blue field, black edge, 4
  5. run cls                          ;  clear display (monochrome ignores color). 5
  6. type start.opt                   ; Type starting screen options.              6
  7. set port com1                    ; Port=COM1, IBM PC, XT, AT, PS/2 default    7
  8. set receive packet-length 1000   ; Bytes to be received/sent in a packet      8
  9. set send packet-length 250       ;  during file transfers, with the highest   9
  10. set block-check-type 3           ;  error detection level, 3.                10
  11. set warning on                   ; Incoming file duplicates a name warning.  11
  12. set mode-line on                 ; Display Kermit settings on screen bottom. 12
  13. take 7171.ini                    ; Micro/7171 keybooard definitions.         13
  14. ;take 24pfk.ini                  ; Activate one set of PF keys and comment   14
  15. take 12pfk.ini                   ;  out the other (12 PF keys active here).  15
  16. set key \270 {\{27}OD\{127}}     ; Backspace, <--, key deletes as on PC.     16
  17. set key \27  {\{27}Om}           ; Redefine Esc key as 3270 PA2 key.         17 
  18. set key \10  {\{10}}             ; Ctrl & Enter (<--') gives New/Next line   18 
  19. set key \2336 \Kdump             ; Alt d: Dump screen to the named DOS file. 19
  20. set key \2323 \Klogon            ; Alt r: Start/return to session logging.   20
  21. set key \2320 \Klogoff           ; Alt q: Quit session logging.              21
  22. set key \2339 \Khelp             ; Alt h: Get kermit help screen & commands. 22
  23. set key \2349 \Kexit             ; Alt x: Go to PC MS-Kermit prompt.         23
  24. set key \2329 \Kdos              ; Alt p: Push to 2nd DOS session.           24
  25. set prompt EasyK>                ; Change prompt to "EasyK>".                25
  26. def start  take start.ini          ; Start-up Screen (ta = take)             26
  27. def map    ta map.ini              ; NERDC service map screen.               27
  28. def howend ta howend.ini           ; Ways to end a Kermit session.           28
  29. def xmit   ta xmit.ini             ; File transfers to/from NERDC & FSC CMS. 29
  30. def kbmap  ta kbmap.ini            ; Display PC-3270 key map at Kermit-MS>.  30
  31. def listkb ta listkb.ini           ; Display PC-3270 key map in 3270 session.31
  32. def cend   ta cend.ini             ; Long hangup-procedure & go to START.OPT.32 
  33. def manual ta manual.ini           ; Manual dial-up procedure & instructions.33
  34. def vtam   ta dial.ini,ta vtam.ini ; Procedure giving "NERDC VTAM IS ACTIVE".34
  35. def nervm  ta dial.ini,ta nervm.ini; Procedure giving NERDC's CMS service.   35
  36. def tso    ta dial.ini,ta tso.ini  ; Procedure giving NERDC's TSO service.   36
  37. def tpx    ta dial.ini,ta tpx.ini  ; Procedure giving NERDC's multisessions. 37
  38. def luis   ta dial.ini,ta luis.ini ; Procedure giving FCLA Library service.  38
  39. def cics   ta dial.ini,ta cics.ini ; Procedure giving NERDC's CICS service.  39
  40. def uffsc  ta dial.ini,ta uffsc.ini; Procedure giving UF FSC's CMS service.  40
  41. def ufeng  ta dial.ini,ta ufeng.ini; Procedure giving UF ENG's CMS service.  41
  42. def unfvm  ta dial.ini,ta unfvm.ini; Procedure giving UNF's CMS service.     42
  43. def firn   ta firn.ini             ; Procedure giving access via FIRN.       43
  44. ;ECHO \13\10 This EasyK is now set up to next dial into the UFFSC's VM/CMS. ;44
  45. ;PAUSE 3                                                                    ;45
  46. ;uffsc                                                                      ;46
  47. ;   End.
  48.